From: Nick Roberts Date: Wed, 23 May 2007 21:42:10 +0000 (+0000) Subject: (make_lispy_movement): Condition on HAVE_GPM too. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18737 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=aa63c30532487e18df5ff9914f1d49dd6e3c4bf5;p=emacs.git (make_lispy_movement): Condition on HAVE_GPM too. --- diff --git a/src/keyboard.c b/src/keyboard.c index d2e77fd8888..420b422c518 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -6074,7 +6074,7 @@ make_lispy_event (event) } } -#ifdef HAVE_MOUSE +#if defined(HAVE_MOUSE) || defined(HAVE_GPM) static Lisp_Object make_lispy_movement (frame, bar_window, part, x, y, time) @@ -6113,7 +6113,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time) } } -#endif /* HAVE_MOUSE */ +#endif /* HAVE_MOUSE || HAVE GPM */ /* Construct a switch frame event. */ static Lisp_Object